home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWorkshop
/
Source
/
Converters
/
pcxlib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-15
|
264 b
|
15 lines
#ifndef __PCXLIB__
#define __PCXLIB__
id pcxread(NXStream *ifp);
void pcxwrite(NXStream *ifp,
unsigned char *data,
unsigned char r[256],
unsigned char g[256],
unsigned char b[256],
int width,
int height,
int colors);
#endif